home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor2 / animate.doc < prev    next >
Text File  |  1995-03-31  |  2KB  |  45 lines

  1. ANIMATE - Miscellaneous Animation Demos v1.0 
  2. From: earl@tellab5.tellabs.COM (Richard Earl) 
  3. Newsgroups: comp.sources.hp48 
  4. Date: 7 Oct 91 03:04:44 GMT 
  5.  
  6. I have written the following animation demos.  I took bit maps from my SUN 
  7. SPARCstation SLC which has a demo of this animation.  The following demos 
  8. are included: 
  9.  
  10. ================================================================================ 
  11.     DESCRIPTION             # OF FRAMES      COMMENTS                PROGRAM 
  12.     ----------------------  -----------   -------------------------- ------- 
  13. 1.  A boy running.              4         NOT VERY GOOD                BOY 
  14. 2.  A man walking.              5         GOOD                         MAN 
  15. 3.  A horse galloping.          5         GOOD                         HORSE 
  16. 4.  An eye opening/closing.     12        GOOD/Some Duplicate frames   EYE 
  17.  
  18. All GROBs (frames) used are 64 x 64 taken directly from the SUN demo. 
  19.  
  20. I have taken the demo of a man walking (2. above) and expanded it in the 
  21. following programs: 
  22.  
  23.    PROGRAM                        DESCRIPTION 
  24.    -------     -------------------------------------------------------------- 
  25. 1.  OVLAP      Walks a man across the screen to a random distance overlapping 
  26.                the current PICT in a non-destructive manner (Except for the 
  27.                final position of the man). 
  28. 2.  erase      Walks a man across the screen to a random distance erasing 
  29.                everything along the way. 
  30. 3.  Terase     Walks a man across the screen to a random distance temporarily 
  31.                erasing everything in its path until the last couple of frames 
  32.                at which time the PICT which was there previously is replaced 
  33.                along with the man at his last position. 
  34. 4.  NEAT       Executes Terase 10 times. 
  35.  
  36. After transfering the binary file to the HP48, go into the ANIMATE directory 
  37. and execute SETUP.  This will uncompress the GROBs (using UPGROB by Erik 
  38. Bryntse), set up the menus, and delete the current PICT to ensure that 
  39. the PDIM is #64d x #131d. 
  40.  
  41. [Note: Richard's original program used Erik Bryntse's old, buggy version 
  42.  of UPGROB.  I updated all the GROBs to the new PGROB format (see 
  43.  PGROB.DOC on this disk), and shrank the SETUP program.  The rest is 
  44.  untouched.  -jkh-] 
  45.